raar.external
Class RAExternalAgentProtocol.ERROR

java.lang.Object
  extended by raar.external.RAExternalAgentProtocol.ERROR
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
RAExternalAgentProtocol.PANIC
Enclosing interface:
RAExternalAgentProtocol

public static class RAExternalAgentProtocol.ERROR
extends java.lang.Object
implements java.io.Serializable

ERROR.

See Also:
Serialized Form

Field Summary
 java.lang.Throwable s
          Error content.
 
Constructor Summary
RAExternalAgentProtocol.ERROR(java.lang.Throwable s)
          Construct.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

s

public java.lang.Throwable s
Error content.

Constructor Detail

RAExternalAgentProtocol.ERROR

public RAExternalAgentProtocol.ERROR(java.lang.Throwable s)
Construct.